Hi David,
Yes it is more than a
toggle. How many boards are connected, to which
connector, and where to map the inputs, and where to map
the outputs for each board needs to be specified.
Normally the following
two lines of code added to your Initialization program
will be required. You might do this as early as
possible. After it is enabled there will be one time
slice (180us) delay before the IO is valid.
HTH Regards
TK
(for
connection to JP6)
InitAux();
AddKonnect(0,&VirtualBits,VirtualBitsEx);
(for
connection to JP4)
InitAux();
AddKonnect_Aux0(0,&VirtualBits,VirtualBitsEx);